Installs the Python package streamsx
from PyPi into your DSX environment to allow access to a IBM Bluemix Streaming Analytics service.
Once installed in a Data Science Experience environment you can:
In [ ]:
!pip uninstall --yes streamsx
More text
In [2]:
!pip install streamsx
In [ ]: